Adwaita: reset padding on notebook tab close button
authorLapo Calamandrei <calamandrei@gmail.com>
Fri, 29 Jan 2016 17:09:28 +0000 (18:09 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Fri, 29 Jan 2016 17:09:28 +0000 (18:09 +0100)
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index fd1e7dc6d99ab52f4c3a77a2bf99343562999cb0..513e8f8f643f5a8234f5bbc2664bad9161195ecd 100644 (file)
@@ -1867,6 +1867,7 @@ notebook {
 
         &, &:backdrop { color: gtkalpha(currentColor, 0.3); }
 
+        padding: 0;
         margin-top: 8px;
         margin-bottom: 8px;
         // FIXME: generalize .small-button?
index 6371eb748d6af6658a8355bf93914d356b6bdab9..f4f799e74a1fc24c4ca9fdd3152a2654e8247215 100644 (file)
@@ -2321,6 +2321,7 @@ notebook > header {
     notebook > header tab button.flat, notebook > header tab button.sidebar-button, notebook > header tab headerbar button.titlebutton, headerbar notebook > header tab button.titlebutton,
     notebook > header tab .titlebar button.titlebutton,
     .titlebar notebook > header tab button.titlebutton {
+      padding: 0;
       margin-top: 8px;
       margin-bottom: 8px;
       min-width: 18px;
index 8ad2d2b52b4174eb9b7ec0b21252842ed726a5a8..9f10bc0a3b5dc2142a2bb78e7b162987dc6a0644 100644 (file)
@@ -2331,6 +2331,7 @@ notebook > header {
     notebook > header tab button.flat, notebook > header tab button.sidebar-button, notebook > header tab headerbar button.titlebutton, headerbar notebook > header tab button.titlebutton,
     notebook > header tab .titlebar button.titlebutton,
     .titlebar notebook > header tab button.titlebutton {
+      padding: 0;
       margin-top: 8px;
       margin-bottom: 8px;
       min-width: 18px;